//==============================================================================
// Toxotes_Anim.txt
//==============================================================================

import Greek_Archer_Shield_anim.txt
import bow_defines_anim.txt

//==============================================================================
define FireArrow
{
   set hotspot
  {
      version
      {
         Visualparticle scenario a signal arrow fire toxotes
      }
   }
}

//==============================================================================
define FireSmoke
{
   set hotspot
  {
      version
      {
         Visualparticle sfx a arrow smoke
      }
   }
}

//==============================================================================
define FireSmoke2
{
   set hotspot
  {
      version
      {
         Visualparticle sfx a arrow smoke
      }
   }
}
//==============================================================================
define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Archer G Toxotes Head Iron
         }
      }
   }
}

//==============================================================================
define arrow
{
   set hotspot
   {
      version
      {
         Visual Attachments A HandArrow
      }
   }
}

//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Glow Small
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
		CinematicLogic
		SetSelector 
		{
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_IdleA
					ReplaceTexture Archer G Toxotes Standard/Archer G Toxotes Iron
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot				   
					connect leftforearm GreekArcherShield hotspot
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
		SetSelector 
		{
			set hotspot
			{
				version
				{
					VisualGranny Tox_IdleA
				}
			}
      }
   }
}

//==============================================================================
anim walk
{
	SetSelector
	{
		CinematicLogic
		SetSelector 
		{
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_WalkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.50 true   
               tag FootstepRight 0.00 true   
//-- end auto generated section
					ReplaceTexture Archer G Toxotes Standard/Archer G Toxotes Iron
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm GreekArcherShield hotspot
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
		SetSelector 
		{
			set hotspot
			{
				version
				{
					VisualGranny Tox_WalkA
				}
			}
      }
   }
}

//==============================================================================
anim RangedAttack
{
	SetSelector
	{
		set hotspot
		{
			version
			{
					Visual Archer G Toxotes_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
					ReplaceTexture Archer G Toxotes Standard/Archer G Toxotes Iron
					Connect TopOfHead Head hotspot
					connect righthand bow hotspot
					connect leftforearm GreekArcherShield hotspot
					Connect FRONTABDOMEN heroglow hotspot
			}
		}
	}
}


//==============================================================================
anim Charging
{
	SetSelector
	{
		set hotspot
		{
			version
			{
					Visual Archer G Toxotes_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
					ReplaceTexture Archer G Toxotes Standard/Archer G Toxotes Iron
					Connect TopOfHead Head hotspot
					connect righthand bow hotspot
					connect leftforearm GreekArcherShield hotspot
					Connect FRONTABDOMEN heroglow hotspot
			}
		}
	}
}


//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_DeathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.10 false MaleDeath checkVisible 
//-- end auto generated section
					ReplaceTexture Archer G Toxotes Standard/Archer G Toxotes Iron
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm GreekArcherShield hotspot
					Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}


//==============================================================================
anim Bored
{
   SetSelector
   {
		CinematicLogic
		SetSelector 
		{
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_BoredA
					ReplaceTexture Archer G Toxotes Standard/Archer G Toxotes Iron
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot				   
					connect leftforearm GreekArcherShield hotspot
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
		SetSelector 
		{
			set hotspot
			{
				version
				{
					VisualGranny Tox_IdleA
				}
			}
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_FlailA
					ReplaceTexture Archer G Toxotes Standard/Archer G Toxotes Iron
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm GreekArcherShield hotspot
					Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Cinematic
{
   SetSelector
   {
      set hotspot
      {
         name Tox_Scen0301point
         version
         {
				VisualGranny Tox_aomsp03point
         }
      }
		set hotspot
      {
         name Tox_cine231signalshota
         version
         {
				VisualGranny Tox_cine231signalshota
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.53 false CinematicFlamingArrow1 checkVisible 
//-- end auto generated section
				connect attachpoint firearrow hotspot
				connect attachpoint firesmoke hotspot
				connect attachpoint firesmoke2 hotspot
         }
      }
		set hotspot
      {
         name Tox_cine231signalshotb
         version
         {
				VisualGranny Tox_cine231signalshotb
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.53 false CinematicFlamingArrow2 checkVisible 
//-- end auto generated section
				connect attachpoint firearrow hotspot
				connect attachpoint firesmoke hotspot
				connect attachpoint firesmoke2 hotspot
         }
      }
   }
}